Welcome![Sign In][Sign Up]
Location:
Search - java udp

Search list

[Internet-Network使用Java控制UDP协议

Description: UDP在网络中用于处理数据包,本文实现在java中操纵UDP.-UDP is used for dealing with data packet. This file is implementing that how to control UDP protocol with Java
Platform: | Size: 5120 | Author: 王妍 | Hits:

[JSP/Java一个使用UDP协议写的围棋(小应用程序)

Description: 一个用UDP协议写的围棋小应用程序,欢迎大家下载研究-I-go application of java src with udp protocol.
Platform: | Size: 16384 | Author: 邵岩开 | Hits:

[ICQ-IM-Chatjavachatroom

Description: 用java编写的聊天程序,分别基于TCP,UDP实现。-prepared with the chat program, based on TCP, UDP achieve.
Platform: | Size: 325632 | Author: 成功 | Hits:

[JSP/Java_UDPB

Description: 使用UDP实现两个进程间的通信 (编写 A 与 B 两个端点的Java程序)-use UDP to achieve two inter-process communication (A and B prepared two ends of the Java program)
Platform: | Size: 1024 | Author: 汪汪 | Hits:

[Internet-Networkudpfuwuqiduan

Description: 这是一个用JAVA编写的UDP网络服务器端应用程序有很大的使用价值-This is a preparation with Java UDP network server applications have great value
Platform: | Size: 15360 | Author: 李龙文 | Hits:

[P2PUDPTalker

Description: 一个简单的P2P聊天程序,使用java开发,基于UDP,可以穿越锥形内网,可以方便的扩展成多种用途.-a simple peer-to-peer chat program, the use of java development, based on UDP, to pass through the network within the cone can be easily expanded into a multi-purpose.
Platform: | Size: 399360 | Author: 诸葛 | Hits:

[ICQ-IM-ChatClientUDP

Description: java编写利用UDP协议,进行点对点的聊天程序。-prepared using UDP protocol for peer-to-peer chat program.
Platform: | Size: 88064 | Author: 万名 | Hits:

[ICQ-IM-Chatchatjava

Description: Java 开发的聊天程序, 指定IP进行连接,同时使用TCP 和 UDP 连接-Java developers chat procedures specified IP connectivity, the use of TCP and UDP connections
Platform: | Size: 6144 | Author: roya | Hits:

[Internet-Networkudptransport

Description: 基于UDP实现简单的可靠数据传输 由于数据是在不可靠的信道上传输的,因此数据在信道上传输时可能会发生比特错误,数据丢失。Rdt3.0及之前的版本都是停止—等待协议,它限制了网络底层硬件的能力。为克服这个问题引入了流水线技术,两个能恢复流水线中的错误的基本方法:第N个分组重发和选择性重复。综上,要实现差错编码,顺序号,计时器,分组确认,滑动窗口,拥塞控制。-simple UDP based on the reliable data transmission of data is not reliable transmission of the channel, therefore the data transmission channel may occur bit error, data loss. Rdt3.0 and earlier versions are stop-wait for the agreement, which limits the underlying network hardware capabilities. To overcome this problem the introduction of pipeline technology, both of which can restore pipeline error in the basic methods : section N to a re-issued and selective repeat. In sum, to achieve error coding, sequencing, the timer, a confirmation, sliding window, congestion control.
Platform: | Size: 124928 | Author: 周崇青 | Hits:

[Internet-NetworkXXRoom

Description: java聊天室服务器,使用TCP协议接受客户端连接,使用UDP向服务器发送消息 使用swing开发界面-java chat room servers, the use of TCP accept client, using UDP messaging server to use development interface swing
Platform: | Size: 71680 | Author: flajdlfj | Hits:

[Internet-NetworkUDPDataPacker

Description: 习惯了TCP编程,认为UDP可以包办这些问题是错误的。一个UDP应用程序要承担可靠性方面的全部工作,包括报文的丢失、重复、时延、乱序以及连接失效等问题。 通常我们在可靠性好,传输时延小的局域网上开发测试,一些问题不容易暴露,但在大型互联网上却会出现错误。 UDP协议把递送的可靠性责任推到了上层即应用层,下面简单编写了几个类来专门处理两个问题:乱序和丢包。-accustomed to the TCP programming, UDP can be arranged that these issues is wrong. A UDP applications to bear reliability of the entire work, including packet loss, duplication and delay, disorder and connectivity problems such as the failure. Usually we reliability, small transmission delay of LAN development and testing, some problems are not easily exposed. but the major Internet has an error occurs. UDP transmitted put the blame on the reliability of the upper level that is the application layer, following the preparation of a few simple categories devoted to the following two questions : disorder and packet loss.
Platform: | Size: 4096 | Author: jyy | Hits:

[Communicationjavaudpbroadcastchat

Description: 自己做的一个java 的聊天工具,主要向实现的事udp的广播、多播识别用户,可以突破局域网的限制,最主要的是想实现文件的广播传送,以及多人的广播语音,最后由于毕业,只完成,语音部分。-have done a java chat tool to achieve the main thing udp in broadcasting, multicast identifies the user, can overcome the limitations LAN, the most important thing is to realize documents broadcasting transmission, and the voice over the radio, finally graduated, completed only voice part.
Platform: | Size: 1258496 | Author: 赵金 | Hits:

[Otherwssf

Description: JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client/server (C/S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions.
Platform: | Size: 54272 | Author: 乔峰 | Hits:

[Internet-NetworkyongUDPfangshiliaotiandejavashixian

Description: 客户端的简单编程实现。 主要是通过udp方式,实现用户间的对话。 其中运用了序列化类的方法。 以下是源代码,请多提意见。 -simple client program. Mainly through udp way to achieve a dialogue between users. The sequence in which the use of such methods. Following is the source code, please speak up.
Platform: | Size: 4096 | Author: tangying | Hits:

[JSP/JavaUDPCommunicationClient

Description: UDP发送和接收数据包客户端,功能还可以,希望站长能满意.谢谢.-UDP send and receive data packets client, functions can also hope that the director is satisfied. Thank you.
Platform: | Size: 8192 | Author: myrabit | Hits:

[JSP/Javajava_network_code_examples

Description: 简单清晰具有启发性的实例。 Net1和Client1类实现了TCP的简单应用。 Udp和Udpwatch类实现了UDP的简单应用。 Chater是一个聊天小工具,综合运用了TCP,UDP,IO,GUI,Thread等技术。对初学者很有启发性。-clear and simple instructive examples. Net1 and Client1 category achieved a simple TCP application. Udp Udpwatch category and achieve a simple UDP application. Chater is a small chat tools, the integrated use of the TCP, UDP, IO, GUI, Thread technology. For beginners very instructive.
Platform: | Size: 6144 | Author: 王云波 | Hits:

[JSP/Java200609031100264924

Description: JAVA 编写的udp聊天室(最简单) -JAVA prepared by the udp Chat Room (the simplest)
Platform: | Size: 18432 | Author: Xi Xie | Hits:

[JSP/JavaNetServer0

Description: 网络基础 TCP/IP协议 IP地址,端口号 使用java.net包中类在程序中实现网络通信 URL类及其用法 InetAddress类 Socket通信(TCP UDP) -network infrastructure TCP/IP protocol IP address, Ports,#$#!263995#!#$200431992752.rar!#$#delphi development of a serial testing software for learning.
Platform: | Size: 1024 | Author: 纪海晨 | Hits:

[JSP/JavaEmail__UDP

Description: 基于UDP的可靠邮件系统,用java语言编写的-reliable UDP-based mail system, with the java language
Platform: | Size: 223232 | Author: 宋文强 | Hits:

[JSP/JavachatWithUDP

Description: 利用UDP实现网络聊天室,实现聊天无需建立连接,直接发送接收数据即可-use UDP Network chat room and chatting without realizing connect directly receiving data can be sent
Platform: | Size: 34816 | Author: cwj | Hits:
« 1 2 34 5 6 7 8 9 10 ... 29 »

CodeBus www.codebus.net